summaryrefslogtreecommitdiff
path: root/target/linux/octeon/patches-4.4/170-cisco-hack.patch
Commit message (Collapse)AuthorAgeFilesLines
* octeon: Ignore MEM boot param when too smallJohn Crispin2016-06-141-0/+31
Cisco RV0XX u-boot sets MEM=2048 as boot param. We assume that at least 4MB (mem_alloc_size) of ram is needed to run linux on cavium boards, so if mem < 4M - ignore it and set default value Signed-off-by: MichaƂ Osowiecki <michal.osowiecki@gmail.com>