]> git.sur5r.net Git - u-boot/blobdiff - include/configs/nx25-ae250.h
riscv: ae250: Support DT provided by the board at runtime
[u-boot] / include / configs / nx25-ae250.h
index 3c888fdd50d0cb3c45f8675e84d9f5079f7e2581..0e4c431cabf7cb88b5c22d152521b35db5c2418f 100644 (file)
 /*
  * CPU and Board Configuration Options
  */
-#define CONFIG_SKIP_LOWLEVEL_INIT
-
 #define CONFIG_BOOTP_SEND_HOSTNAME
 #define CONFIG_BOOTP_SERVERIP
 
-#ifdef CONFIG_SKIP_LOWLEVEL_INIT
-#ifdef CONFIG_OF_CONTROL
-#undef CONFIG_OF_SEPARATE
-#define CONFIG_OF_EMBED
-#endif
-#endif
-
 /*
  * Miscellaneous configurable options
  */
@@ -50,6 +41,9 @@
  */
 #define CONFIG_SYS_MALLOC_LEN   (512 << 10)
 
+/* DT blob (fdt) address */
+#define CONFIG_SYS_FDT_BASE            0x000f0000
+
 /*
  * Physical Memory Map
  */