]> Git Repo - J-u-boot.git/blobdiff - include/configs/nyan-big.h
global: Convert CONFIG_LOADADDR to CONFIG_SYS_LOADADDR
[J-u-boot.git] / include / configs / nyan-big.h
index 394fb15f3136693781c97da3f6bf4557e9bcc730..495753ba118223c5c2243f52b5e53eb343705fe5 100644 (file)
@@ -26,8 +26,8 @@
 /* SPI */
 #define CONFIG_SPI_FLASH_SIZE          (4 << 20)
 
-#undef CONFIG_LOADADDR
-#define CONFIG_LOADADDR                0x82408000
+#undef CONFIG_SYS_LOAD_ADDR
+#define CONFIG_SYS_LOAD_ADDR           0x82408000
 
 #include "tegra-common-usb-gadget.h"
 #include "tegra-common-post.h"
This page took 0.026087 seconds and 4 git commands to generate.