Skip to content
Snippets Groups Projects
  • Stefan Roese's avatar
    bc97f489
    arm: omap: cm_t35: Remove CONFIG_SYS_BOOTMAPSZ to fix FDT Linux booting · bc97f489
    Stefan Roese authored
    
    With CONFIG_SYS_BOOTMAPSZ defined, recent Linux kernel booting
    results in this error:
    
       Booting using the fdt blob at 0x81f00000
       Loading Kernel Image ... OK
    ERROR: Failed to allocate 0x1189d bytes below 0x80004000.
    device tree - allocation error
    FDT creation failed! hanging...### ERROR ### Please RESET the board ###
    
    Removing this define solves this issue.
    
    Signed-off-by: default avatarStefan Roese <sr@denx.de>
    Cc: Nikita Kiryanov <nikita@compulab.co.il>
    Cc: Igor Grinberg <grinberg@compulab.co.il>
    Cc: Tom Rini <trini@ti.com>
    bc97f489
    History
    arm: omap: cm_t35: Remove CONFIG_SYS_BOOTMAPSZ to fix FDT Linux booting
    Stefan Roese authored
    
    With CONFIG_SYS_BOOTMAPSZ defined, recent Linux kernel booting
    results in this error:
    
       Booting using the fdt blob at 0x81f00000
       Loading Kernel Image ... OK
    ERROR: Failed to allocate 0x1189d bytes below 0x80004000.
    device tree - allocation error
    FDT creation failed! hanging...### ERROR ### Please RESET the board ###
    
    Removing this define solves this issue.
    
    Signed-off-by: default avatarStefan Roese <sr@denx.de>
    Cc: Nikita Kiryanov <nikita@compulab.co.il>
    Cc: Igor Grinberg <grinberg@compulab.co.il>
    Cc: Tom Rini <trini@ti.com>