Skip to content

Commit

Permalink
Cleanup the commit from r9101
Browse files Browse the repository at this point in the history
  • Loading branch information
petalogix committed Mar 18, 2011
1 parent 69599a7 commit f156b72
Showing 1 changed file with 2 additions and 6 deletions.
8 changes: 2 additions & 6 deletions data/uboot_v2_1_0.tcl
Original file line number Diff line number Diff line change
Expand Up @@ -550,12 +550,8 @@ proc uboot_intc {os_handle proc_handle config_file config_file2 freq system_bus}
set flash_size [expr $flash_end - $flash_start + 1]
set flash_start [format "0x%08x" $flash_start]
set flash_size [format "0x%08x" $flash_size]
# if {$eram_base < $flash_start} {
puts $config_file "#define XILINX_FLASH_START\t$flash_start"
puts $config_file "#define XILINX_FLASH_SIZE\t$flash_size"
# } else {
# error "Flash base address must be on higher address than ram memory"
# }
puts $config_file "#define XILINX_FLASH_START\t$flash_start"
puts $config_file "#define XILINX_FLASH_SIZE\t$flash_size"
}
default {
error "Unknown flash memory interface type $flash_type"
Expand Down

0 comments on commit f156b72

Please sign in to comment.