]> git.ipfire.org Git - people/ms/u-boot.git/blobdiff - include/configs/odroid-c2.h
bootcount: Migrate CONFIG_SYS_BOOTCOUNT_ADDR
[people/ms/u-boot.git] / include / configs / odroid-c2.h
index bf5df9c77b95b3b13ef20f75993d98d94af730bb..117c0e418afe3dde1b2ba0eb6be9fd65750b1ddf 100644 (file)
@@ -8,11 +8,12 @@
 #ifndef __CONFIG_H
 #define __CONFIG_H
 
-#define CONFIG_IDENT_STRING            " odroid-c2"
+#define CONFIG_MISC_INIT_R
 
 /* Serial setup */
 #define CONFIG_CONS_INDEX              0
-#define CONFIG_BAUDRATE                        115200
+
+#define MESON_FDTFILE_SETTING "fdtfile=amlogic/meson-gxbb-odroidc2.dtb\0"
 
 #include <configs/meson-gxbb-common.h>