]> git.kernelconcepts.de Git - karo-tx-uboot.git/blobdiff - include/configs/pepper.h
sniper: Pass serial number through ATAG
[karo-tx-uboot.git] / include / configs / pepper.h
index cc153abaa9ebc14f98bed3889a4c2666777481f5..0bdcf22dc0d685ad507029b71b7b84a22afe6881 100644 (file)
@@ -20,6 +20,8 @@
 #undef CONFIG_SYS_PROMPT
 #define CONFIG_SYS_PROMPT              "pepper# "
 
+#define CONFIG_SYS_I2C_EEPROM_ADDR     0x50
+
 /* Mach type */
 #define MACH_TYPE_PEPPER               4207    /* Until the next sync */
 #define CONFIG_MACH_TYPE               MACH_TYPE_PEPPER
@@ -39,7 +41,7 @@
        "optargs=\0" \
        "mmcdev=0\0" \
        "mmcroot=/dev/mmcblk0p2 rw\0" \
-       "mmcrootfstype=ext3 rootwait\0" \
+       "mmcrootfstype=ext4 rootwait\0" \
        "mmcargs=setenv bootargs console=${console} " \
                "${optargs} " \
                "root=${mmcroot} " \