diff --git a/Makefile b/Makefile index 567a521..1fde66c 100755 --- a/Makefile +++ b/Makefile @@ -11,7 +11,7 @@ NYX_STORAGE_ADDR := 0xED000000 IPL_MAGIC := 0x43544349 #"ICTC" BLVERSION_MAJOR := 5 BLVERSION_MINOR := 0 -BLVERSION_HOTFX := 1 +BLVERSION_HOTFX := 2 BL_RESERVED := 0 @@ -62,7 +62,7 @@ OBJS += $(addprefix $(BUILDDIR)/$(TARGET)/, \ CUSTOMDEFINES := -DIPL_LOAD_ADDR=$(IPL_LOAD_ADDR) -DNYX_STORAGE_ADDR=$(NYX_STORAGE_ADDR) -DBL_MAGIC=$(IPL_MAGIC) CUSTOMDEFINES += -DBL_VER_MJ=$(BLVERSION_MAJOR) -DBL_VER_MN=$(BLVERSION_MINOR) -DBL_VER_HF=$(BLVERSION_HOTFX) -DBL_RESERVED=$(BL_RESERVED) -CUSTOMDEFINES += -DMENU_LOGO_ENABLE +#CUSTOMDEFINES += -DMENU_LOGO_ENABLE # 0: UART_A, 1: UART_B. #CUSTOMDEFINES += -DDEBUG_UART_PORT=0 diff --git a/bootloader/main.c b/bootloader/main.c index d3ff674..0619062 100644 --- a/bootloader/main.c +++ b/bootloader/main.c @@ -1233,7 +1233,7 @@ ment_t ment_top[] = { MDEF_END() }; -menu_t menu_top = { ment_top, "hekate - CTCaer mod v5.0.1", 0, 0 }; +menu_t menu_top = { ment_top, "hekate - CTCaer mod v5.0.2", 0, 0 }; #define IPL_STACK_TOP 0x90010000 #define IPL_HEAP_START 0x90020000 diff --git a/nyx/Makefile b/nyx/Makefile index a163da1..92e6cf8 100644 --- a/nyx/Makefile +++ b/nyx/Makefile @@ -12,7 +12,7 @@ NYX_STORAGE_ADDR := 0xED000000 NYX_MAGIC := 0x43544347 #"GCTC" BLVERSION_MAJOR := 0 BLVERSION_MINOR := 8 -BLVERSION_HOTFX := 1 +BLVERSION_HOTFX := 2 BL_RESERVED := 0