]> git.kernelconcepts.de Git - karo-tx-uboot.git/blobdiff - board/karo/tx6/tx6ul.c
karo: add support for TX6UL-5012
[karo-tx-uboot.git] / board / karo / tx6 / tx6ul.c
index 193f690990264cfa7b099f0d72d76f29148c39dc..7db844a07c514eddc05bf5544cd74010f4237533 100644 (file)
@@ -432,7 +432,7 @@ static bool tx6ul_temp_check_enabled = true;
 static inline u8 tx6ul_mem_suffix(void)
 {
 #ifdef CONFIG_TX6_NAND
-       return '0';
+       return CONFIG_SYS_SDRAM_CHIP_SIZE / 1024 * 2 + '0';
 #else
        return '1';
 #endif