]> git.kernelconcepts.de Git - karo-tx-uboot.git/blobdiff - board/karo/tx28/tx28.c
karo: tx28: add support for TX28-4033 (with 256MiB flash)
[karo-tx-uboot.git] / board / karo / tx28 / tx28.c
index 5b68dc2db08f48222d0eab25b8b532a9445dba8d..8957b8c7db503476997ae6f0fff2b37531e24b70 100644 (file)
@@ -894,7 +894,8 @@ int checkboard(void)
        const char *dlm = "";
 
        printf("Board: Ka-Ro TX28-4%sx%d\n", TX28_MOD_SUFFIX,
-               CONFIG_SDRAM_SIZE / SZ_128M);
+               CONFIG_SDRAM_SIZE / SZ_128M +
+               CONFIG_SYS_NAND_BLOCKS / 2048 * 2);
 
        printf("POWERUP Source: ");
        if (pwrup_src & (3 << 0)) {